Package com.cisco.pt.ipc.sim
Interface DslSignaling
- All Known Implementing Classes:
DslSignalingImpl
Information provided by the PKI file:
\class DslSignaling
\brief DslSignaling handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("DslSignaling")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\brief Returns the number of packets \return int, number of packets- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\brief Returns the UserTraffic at the specified index \param index, specified index \return UserTraffic, UserTraffic boject- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-